home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / program / gtld3656.lha / GadUtil / CatalogUtils / FlexCat_Quick.doc < prev    next >
Text File  |  1995-08-31  |  2KB  |  39 lines

  1.                 Quick usage instructuins for FlexCat v1.4
  2.                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.     Included source description files:
  4.         Asm-One_Data.sd - for Asm-One and other assemblers
  5.         Lattice_Data.sd - for SAS/C and with some or no modifications
  6.                            for other C compilers
  7.  
  8.     Usage examples:
  9.         "anyprogram.cd"   is the Catalog Description file for the program
  10.         "ram:mytest.s"    is the created source file
  11.  
  12.         All files is on ram: and new files are stored here.
  13.  
  14.     Create source file (for built-in language strings) asm:
  15.         FlexCat ram:anyprogram.cd ram:mytest.s=ASM-One_Data.sd
  16.  
  17.     Create source file (for built-in language strings) C:
  18.         FlexCat ram:anyprogram.cd ram:mytest.c=Lattice_Data.sd
  19.  
  20.     Create an empty .ct file:
  21.         FlexCat ram:anyprogram.ct NEWCTFILE ram:anyprogram.ct
  22.  
  23.         Don't forget to translate the program. You must also fill in the
  24.         version of the catalog and the name of the language you are creating
  25.         a translation for (these fields are in the beginning of the .ct file).
  26.  
  27.     Create the .catalog file:
  28.         flexcat ram:anyprogram.cd ram:anyprogram.ct CATALOG ram:anyprogram.catalog
  29.  
  30.     Place the .catalog file in Locale:Catalogs/<language>/ directory and change
  31.     the locale prefs to the language you just created. The Catalogs directory
  32.     can also be placed in the programs home director.
  33.  
  34.     Read the full documentation to this program if you want to know more about
  35.     .ct, .cd, .sd and .catalog files.
  36.  
  37.                                                         P-O 16-Jun-95
  38.                                                         ~~~~~~~~~~~~~
  39.